Widgets > Chart Widgets > wijcompositechart > wijcompositechart Tutorial > wijcompositechart Step 1 of 3: Setting up the View |
In this step you’ll add the markup to add content to the composite chart. Complete the following:
<body>
tags of the page. This markup will add the bar content to the page. The width and height of the composite chart is defined here.
<div id="wijcompositechart" class="ui-widget ui-widget-content ui-corner-all" style="width: 756px; height: 475px">
</div>